From 30236be2fdfacb6a2fa8091b84cef4ec1b25d555 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:32:39 -0500 Subject: [PATCH] dragsource: Tweak docs --- gtk/gtkdragsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c index 02d76f218e..cd6c33a7fa 100644 --- a/gtk/gtkdragsource.c +++ b/gtk/gtkdragsource.c @@ -49,7 +49,7 @@ * `GtkDragSource` can be set up with the necessary * ingredients for a DND operation ahead of time. This includes * the source for the data that is being transferred, in the form - * of a `GdkContentProvider`, the desired action, and the icon to + * of a [class@Gdk.ContentProvider], the desired action, and the icon to * use during the drag operation. After setting it up, the drag * source must be added to a widget as an event controller, using * [method@Gtk.Widget.add_controller]. -- 2.30.2